home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 9 / PC World Interactive 9 - Temmuz 1998.iso / share / internet / mtuspeed403.exe / MTUSpeed.exe / 0 / RCDATA / TRWIN_DIALOG / TRWIN_DIALOG.txt
Text File  |  1998-01-14  |  1KB  |  65 lines

  1. object RWIN_Dialog: TRWIN_Dialog
  2.   Left = 271
  3.   Top = 590
  4.   ActiveControl = NewValRWIN
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'New RWIN Setting'
  8.   ClientHeight = 92
  9.   ClientWidth = 204
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 204
  22.     Height = 92
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     BevelOuter = bvNone
  26.     BorderWidth = 5
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 15
  30.       Top = 23
  31.       Width = 100
  32.       Height = 13
  33.       Caption = 'New Value for RWIN'
  34.     end
  35.     object BtnRWIN_OK: TButton
  36.       Left = 15
  37.       Top = 51
  38.       Width = 75
  39.       Height = 25
  40.       Caption = '&OK'
  41.       Default = True
  42.       TabOrder = 0
  43.       OnClick = BtnRWIN_OKClick
  44.     end
  45.     object BtnRWIN_Cancel: TButton
  46.       Left = 115
  47.       Top = 51
  48.       Width = 75
  49.       Height = 25
  50.       Cancel = True
  51.       Caption = '&Cancel'
  52.       ModalResult = 2
  53.       TabOrder = 1
  54.       OnClick = BtnRWIN_CancelClick
  55.     end
  56.     object NewValRWIN: TEdit
  57.       Left = 123
  58.       Top = 18
  59.       Width = 67
  60.       Height = 21
  61.       TabOrder = 2
  62.     end
  63.   end
  64. end
  65.